PDF4Java Reference Documentation
com.o2sol.pdf4java.utilities Package / PDFMerger Class / appendFile Method / appendFile(String,String) Method
PDF file to append.
Password if the input file is encrypted.
In This Topic
    appendFile(String,String) Method
    In This Topic
    Appends the given file to the merged file.
    Syntax
    public void appendFile( 
       java.lang.String fileName,
       java.lang.String password
    )

    Parameters

    fileName
    PDF file to append.
    password
    Password if the input file is encrypted.
    See Also